Returns the timeline with a given ID and value type. If it does not exist, it is created.

Namespace:  Janus
Assembly:  Janus (in Janus.dll)

Syntax

C#
public Timeline<T> Get<T>(
	string id
)

Parameters

id
Type: System..::..String
The unique ID of the timeline.

Type Parameters

T
The type of the values in the timeline.

Return Value

The timeline with the specified ID and value type.

See Also